diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-20 19:36:01 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-20 19:36:01 +0900 |
| commit | 935fd22e17afc034a472bc2d159de7b9f5e5dcae (patch) | |
| tree | 6beea33ab38750be17632dffca5e05e644647365 /app/[lng]/evcp | |
| parent | b75b1cd920efd61923f7b2dbc4c49987b7b0c4e1 (diff) | |
(김준회) PO, POS, swp
- PO: 발주서출력기능 초안
- 벤더측 POS 다운로드 기능 추가
- Contract 생성시 Status 설정 (mapper)
- swp document registration table 로직 리팩터링
- swp: 입력가능 문서번호 validation 추가 (리스트 메뉴에서 Completed 된 건)
Diffstat (limited to 'app/[lng]/evcp')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/(procurement)/po/[id]/contract-detail-client.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/(procurement)/po/[id]/contract-detail-client.tsx b/app/[lng]/evcp/(evcp)/(procurement)/po/[id]/contract-detail-client.tsx index 28a85e50..334f8678 100644 --- a/app/[lng]/evcp/(evcp)/(procurement)/po/[id]/contract-detail-client.tsx +++ b/app/[lng]/evcp/(evcp)/(procurement)/po/[id]/contract-detail-client.tsx @@ -136,7 +136,7 @@ export function ContractDetailClient({ contract, lng }: ContractDetailClientProp </Card> {/* 계약 품목 */} - <ContractItemsCard items={contract.items || []} currency={contract.currency} /> + <ContractItemsCard items={contract.items || []} currency={contract.currency} viewerType="evcp" /> </> ) } |
